home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 2 / MacMania 2.toast / Demo's / Tools&Utilities / MacDOS 1.0.1 / MacDOS™ 1.0.1 / MacDOS™ 1.0.1.rsrc / TEXT_171_SHOW.txt < prev    next >
Encoding:
Text File  |  1993-10-23  |  454 b   |  12 lines

  1. Retrieves the message corresponding to an error code (MacDOS only).
  2.  
  3. SHOW err [var]
  4.  
  5.   err   is the error code for which the message should be displayed
  6.   var   is the variable where SHOW stores the message. If 'var' is
  7.         missing, SHOW displays the message on the screen.
  8.  
  9. If no message can be found, SHOW returns the parameter err itself.
  10. Additional parameters are ignored. Therefore, SHOW can also be used
  11. to select the first word of a sentence.
  12.